home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 06.dir / 00170.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  263 b   |  12 lines

  1. on mouseUp
  2.   global gDestNumber
  3.   set lCastNum to the castNum of sprite 2
  4.   set the castNum of sprite 2 to the number of cast "BlankS.MOV"
  5.   updateStage()
  6.   puppetSprite(2, 0)
  7.   puppetSprite(28, 0)
  8.   TurnOffRollovers()
  9.   puppetSprite(15, 0)
  10.   go("Main Loop")
  11. end
  12.